object frmMenuEffectsPage: TfrmMenuEffectsPage Left = 0 Top = 0 Width = 635 Height = 353 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object gbMenuAnimation: TGroupBox Left = 16 Top = 1 Width = 605 Height = 139 Caption = 'gbMenuAnimation' TabOrder = 0 object lblAnimationDescription: TAxLabel Left = 24 Top = 30 Width = 136 Height = 16 WordWrap = False Transparent = True Caption = 'lblAnimationDescription' ShowAccelChar = True end object rbNoAnimation: TRadioButton Left = 24 Top = 56 Width = 480 Height = 17 Caption = 'rbNoAnimation' TabOrder = 0 OnClick = OnAnimationClick end object rbFadeAnimation: TRadioButton Left = 24 Top = 78 Width = 480 Height = 17 Caption = 'rbFadeAnimation' TabOrder = 1 OnClick = OnAnimationClick end object rbSlideAnimation: TRadioButton Left = 24 Top = 100 Width = 480 Height = 17 Caption = 'rbSlideAnimation' TabOrder = 2 OnClick = OnAnimationClick end end object gbMenuDelay: TGroupBox Left = 16 Top = 157 Width = 605 Height = 162 Caption = 'gbMenuDelay' TabOrder = 1 object lblDelayDescription: TAxLabel Left = 24 Top = 30 Width = 537 Height = 33 WordWrap = True Transparent = True AutoSize = False Caption = 'lblDelayDescription' ShowAccelChar = True end object lblDelayValue: TAxLabel Left = 59 Top = 88 Width = 286 Height = 16 WordWrap = False Alignment = taCenter Transparent = True AutoSize = False Caption = 'lblDelayValue' ShowAccelChar = True end object lblShortDelay: TAxLabel Left = 25 Top = 88 Width = 77 Height = 16 WordWrap = False Transparent = True Caption = 'lblShortDelay' ShowAccelChar = True end object lblLongDelay: TAxLabel Left = 304 Top = 88 Width = 74 Height = 16 WordWrap = False Alignment = taRightJustify Transparent = True Caption = 'lblLongDelay' ShowAccelChar = True end object tbDelay: TTrackBar Left = 19 Top = 108 Width = 366 Height = 25 Ctl3D = True Max = 1200 ParentCtl3D = False Frequency = 100 TabOrder = 0 OnChange = tbDelayChange end end end